home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / isee40.zip / ISEE.DOC < prev    next >
Text File  |  1992-11-25  |  7KB  |  311 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.        ╓────────────────────────────────────────────╖
  7.       ▒║                        ║▒
  8.      ▒▒║            "I SEE"            ║▒▒
  9.      ▒▒║                        ║▒▒
  10.      ▒▒║                        ║▒▒
  11.      ▒▒║         *Intelligent*            ║▒▒
  12.      ▒▒║                        ║▒▒
  13.      ▒▒║           Compression Shell        ║▒▒
  14.       ▒║                        ║▒
  15.        ╙────────────────────────────────────────────╜
  16.  
  17.  
  18.  
  19.                            Version 4.0
  20.               Now Supports ARJ 2.39B and PKZIP 3.05
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.     No need to strain your memory with the 7 compression programs out
  28. there, attempting to recall every switch, every condition, every different
  29. utility...
  30.  
  31.     Should I PKUNZIP or ARC e, or ARJ x  ???
  32.  
  33.     To make a self-extracting file, should I ARJ F -JE1 or LHA /x1/!  ???
  34.  
  35.  
  36.  
  37.     In order to standardize these methods, I have created IC.EXE.  A small
  38. (27K), powerful program that instigates your compressor according to
  39. the files it finds.
  40.  
  41.     Not only does it just find extensions, '.ARJ', '.LZH', ...etc
  42.     but it ALSO identifies self-extracting files.
  43.  
  44.     So if you are unsure about the compression method
  45.     of your file--> BACKS.EXE, this utility automatically
  46.     determines if it has been compressed with ARC, ZIP,
  47.     LHA, or ARJ, and allows you to manipulate the file.
  48.  
  49.  
  50.  
  51.  
  52.      Usage: IC [switch] [file] [file] [file] [file ...]
  53.  
  54.  
  55.   Switches:    A      -add file(s)
  56.  
  57.            E      -extract file(s)
  58.  
  59.            D      -delete file(s)
  60.  
  61.            F      -freshen file(s)
  62.  
  63.            L      -list file(s)
  64.  
  65.            M      -move file(s)
  66.  
  67.            P      -display to standard output
  68.  
  69.            T      -test integrity
  70.  
  71.            SX     -make self-extracting archive
  72.  
  73.            TEL    -make LHA \"telop\" SFX file
  74.  
  75.           [file.EXE]  -displays compression method for .EXE file
  76.  
  77.  
  78.  
  79.  
  80.     The usage of IC is exactly the same as if you were using the
  81.     actual compression program.
  82.  
  83.     For example:   IC     A MYFILE.ZIP LIST.COM OTHER.COM
  84.  
  85.        would be:   PKZIP A MYFILE.ZIP LIST.COM OTHER.COM
  86.  
  87.  
  88.         and:   IC     D FILE.LZH   LIST.COM
  89.  
  90.        would be:   LHA     D FILE.LZH   LIST.COM
  91.  
  92.  
  93.  
  94.     The difference is that IC finds multiple files !
  95.  
  96.     For example:   IC     L FILE
  97.  
  98.     would locate:    FILE.ZIP
  99.            MYFILE.EXE
  100.           HISFILE.ARC
  101.              FILES.EXE
  102.  
  103.  
  104.  
  105.   Note that all the files listed above contain the word "FILE", therefore
  106.   they are located.
  107.  
  108.   Multiple compressions can be processed at once:
  109.  
  110.   IC L STUFF
  111.  
  112.   would list:  STUFF.ZIP
  113.            STUFFS.ARC
  114.            STUFF.ARJ
  115.            STUFF.EXE    <-- Note: These two self-extractors can be
  116.            STUFF.EXE    <--       of different types !
  117.            STUFF.ZOO
  118.            STUFF.PAK
  119.  
  120.  
  121.  
  122.  
  123.  ==========================================================================
  124.  ======  WHAT'S SO EXCITING ?!    ===========================================
  125.  ==========================================================================
  126.  
  127.  
  128.     The exciting part of IC is the fact that it automatically recognizes
  129.  different types of self-extracting archives.
  130.  
  131.     So the file STUFF.EXE could be an ARJ, ARC, ZIP, or LHA self-extractor
  132.  and you don't have to know which one is which.
  133.  
  134.     IC instantly recognizes the archiver, and allows you to add, delete,
  135.  freshen.... whatever you want to perform on the file !
  136.  
  137.     NOTE: IF YOU ARE UNSURE of the compression method used on one of your
  138.       self-extracting files, just use the "?" switch:
  139.  
  140.       IC  FILE.EXE  ?         and the compression format is displayed.
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  ╓──────────────────────────────────╖
  148.  ║    SELF-EXTRACTING SWITCHES        ║
  149.  ╙──────────────────────────────────╜
  150.  
  151.     The switches dealing with SFX files are:
  152.  
  153.  1) SX
  154.  
  155.     This creates a self-extracting archive from a normal archived file.
  156.  
  157.     If used with "zipped" files, it activates ZIP2EXE.EXE.
  158.  
  159.     If used with "arced"  files, it activates MKSARC.EXE.
  160.  
  161.     And with LHA or ARJ, it is equivalent to:
  162.  
  163.       LHA S [file]
  164.  
  165.   or  ARJ F -JE1 [file]
  166.  
  167.  
  168.  
  169.  
  170.  2) TEL
  171.  
  172.     This activates LHA's "telop" function.  Using this switch is
  173.     similar to typing:
  174.  
  175.     LHA /x1 /! [file]
  176.  
  177.  
  178.  
  179.  
  180.  ╓──────────────────────────────────────╖
  181.  ║    SIMPLY "LISTING" AN ARCHIVE    ║
  182.  ╙──────────────────────────────────────╜
  183.  
  184.  To list an archive in the current directory, just type:
  185.  
  186.    IC [file]
  187.  
  188.  
  189.  (similar to using Vernon Buerg's FV.COM)
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  ╓───────────────────────────────────────╖
  196.  ║    WHAT ARE THE SWITCHES ??         ║
  197.  ╙───────────────────────────────────────╜
  198.  
  199.  If you ever wonder what switches do what, type either:
  200.  
  201.       IC
  202.  
  203.    or IC ?
  204.  
  205.  and the full help screen is displayed.
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  ╔════════════════════════════════════════╗
  213.  ║    A COMPARISON TO OTHER UTILITIES      ║
  214.  ╚════════════════════════════════════════╝
  215.  
  216.   I have only located one similar program to this one:
  217.  
  218.   MZ.EXE     from Bob Zimmerman Meta∙Sys
  219.  
  220.   The following is an objective comparison of our two utilities.
  221.  
  222.  
  223.  
  224.  
  225.              │ IC.EXE  │  MZ.EXE  │
  226.  ┌───────────────────────┼─────────┼──────────┤
  227.  │             │       │          │
  228.  │       SUPPORTS ALL  │   YES   │   YES    │
  229.  │       COMPRESSIONS  │       │          │
  230.  │             │       │          │
  231.  │    CAN BE OPERATED  │   YES   │    NO    │
  232.  │WITHOUT A CONFIG FILE  │       │          │
  233.  │             │       │          │
  234.  │ALLOWS MULTIPLE FILES  │   YES   │    NO    │
  235.  │             │       │          │
  236.  │             │       │          │
  237.  │    ALLOWS MULTIPLE  │   YES   │    NO    │
  238.  │  COMPRESSION METHODS  │       │          │
  239.  │             │       │          │
  240.  │    DESCRIMINATE SELF  │   YES   │    NO    │
  241.  │     EXTRACTING FILES  │       │          │
  242.  │             │       │          │
  243.  │     ABILITY TO PRINT  │   YES   │    NO    │
  244.  │ OUT CURRENT SETTINGS  │       │          │
  245.  │             │       │          │
  246.  │    CAN ENTER IN ONLY  │   YES   │    NO    │
  247.  │     PART OF FILENAME  │       │          │
  248.  │             │       │          │
  249.  │    ALLOW TELOP FILES  │   YES   │   YES    │
  250.  │             │       │          │
  251.  └───────────────────────┴─────────┴──────────┘
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.    ================================================================
  262.         COMPRESSION PROGRAMS THAT ARE SUPPORTED
  263.    ================================================================
  264.  
  265.  
  266.    PKZIP.EXE   3.05
  267.  
  268.    PKUNZIP.EXE 3.05
  269.  
  270.    ZIP2EXE.EXE 3.05
  271.  
  272.    ARC.EXE
  273.  
  274.    MKSARC.EXE
  275.  
  276.    ZOO.EXE     2.1
  277.  
  278.    PAK.EXE     (the latest version)
  279.  
  280.    LHA.EXE     2.12
  281.  
  282.    ARJ.EXE     2.39B
  283.  
  284.  
  285.  
  286.  
  287.    NOTICE:  ALL COMPRESSION PROGRAMS ARE THE COPYRIGHT OF THEIR
  288.         INDIVIDUAL SHAREWARE PROFESSIONALS OR COMPANIES. IT
  289.         IS NO INTENTION OF THE AUTHOR TO USE OR REPLACE THE
  290.         PROGRAMS  IN  ANY  MANNER.    THE  AUTHOR IS ALSO NOT
  291.         RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER  CAUSED
  292.         BY THIS  PROGRAM.  THE  USER IS  FULLY  RESPONSIBLE
  293.         FOR ALL USAGE OF THIS PROGRAM.
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.             ╒══════════════════════════════════════════════════════╕
  301.             │                                                      │
  302.             │   Order your utilities disk for only $15.00 !        │
  303.             │                                                      │
  304.             │   A disk full of utils, including triple directory   │
  305.             │   lister, sound effects and MUCH MORE..              │
  306.             │                                                      │
  307.             │   See the enclosed CATALOG.COM for more details.     │
  308.             │                                                      │
  309.             ╘══════════════════════════════════════════════════════╛
  310.  
  311.